home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_VID / WINMELT.ZIP;1 / MELT.DOC next >
Encoding:
Text File  |  1990-03-22  |  5.6 KB  |  189 lines

  1. ---------------------------------------
  2. MELT     v1.00                 03/21/90
  3.  
  4. Requires Windows/286 or Windows/386
  5. v2.1 or greater.
  6.  
  7.                     Author: Mike Robert
  8. ---------------------------------------
  9.  
  10.  
  11.  
  12. SHAREWARE Notice:
  13.  
  14. If you use my programs and find them enjoyable, then please send me
  15. $10 (cheap).  Please send your check or money order to:
  16.  
  17.      Michael C. Robert
  18.      29B Underhill St.
  19.      Nashua, NH 03060
  20.  
  21. And THANKS!!!
  22.  
  23.  
  24.  
  25. WARRANTY (or lack of it):
  26.  
  27. Michael C. Robert, hereafter referred to as The Author, makes no
  28. warranty of any kind, express or implied, including without
  29. limitation, any warranties of merchantability and/or fitness for a
  30. particular purpose.  The Author shall not be liable for any damages,
  31. whether direct, indirect, special or consequential arising from a
  32. failure of this program to operate in the manner desired by the
  33. user.  The Author shall not be liable for any damage to data or
  34. property which may be caused directly or indirectly by the use of
  35. this program.
  36.  
  37. IN NO EVENT WILL THE AUTHOR BE LIABLE TO YOU FOR ANY DAMAGES,
  38. INCLUDING ANY LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR
  39. CONSEQUENTIAL DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE THE
  40. PROGRAM, OR FOR ANY CLAIM BY ANY OTHER PARTY.
  41.  
  42.  
  43.  
  44. MELT.EXE
  45.  
  46.  
  47.  
  48. Description:
  49.  
  50. MELT is an MS-Windows application that makes your screen appear to
  51. melt away.  Great for the wife and kids.  Astound your friends and
  52. countrymen.  Alright, I'll lay off the hype.
  53.  
  54. Invokation:
  55.  
  56. If you want the application to be invoked every time you run Windows
  57. then place the application name "melt" as the first application in
  58. your "load=" line or "run=" in your WIN.INI file:
  59.  
  60.      Before:
  61.  
  62.           load=clock
  63.  
  64.           OR
  65.  
  66.           run=clock
  67.  
  68.      After:
  69.  
  70.           load=clock melt
  71.  
  72.           OR
  73.  
  74.           run=clock melt
  75.  
  76. Alternately, you can invoke MELT on command by running MELT.EXE like
  77. any other Windows application, i.e. clicking on it or using the File
  78. Run menu command in the MS-DOS Executive etc.
  79.  
  80. If you invoke MELT via the File Run menu command you can specify some
  81. optional parameters:
  82.  
  83.       MELT [mintime [maxtime [repetitions]]]
  84.  
  85.       if mintime is not supplied or if it is not a valid positive number
  86.       then zero is assumed.
  87.  
  88.       if maxtime is not supplied or if it is not a valid positive number or
  89.       if it is not greater then mintime then the value generated for mintime
  90.       is assumed.
  91.  
  92.       if repetitions is not supplied then 1 is assumed else a positive value
  93.       will yield that many repetitions of the wait cycle.  If -1 is specified
  94.       then the program will continue indefinitely.
  95.  
  96.       all time values are in seconds.
  97.  
  98.       Example (assumes that no profile data has been set):
  99.  
  100.       MELT
  101.  
  102.          causes the screen to melt instantly.
  103.  
  104.       MELT 10
  105.  
  106.          causes the screen to melt after ten seconds.
  107.  
  108.       MELT 60 120
  109.  
  110.          causes the screen to melt from within 60 to 120 seconds (1-2 minutes).
  111.  
  112.       MELT 0 10
  113.  
  114.          causes the screen to melt within 10 seconds.
  115.  
  116.       MELT 60 60 5
  117.  
  118.          causes the screen to melt every minute for five minutes waiting for
  119.          one minute before the first melt.
  120.  
  121.       MELT 120 720 -1
  122.  
  123.          causes the screen to melt every 120 to 720 seconds (2-12 minutes)
  124.          forever (or until the program is shutdown via the dialog).
  125.  
  126. Whatever parameters you specify will be saved in your WIN.INI file
  127. for use next time.
  128.  
  129. WIN.INI Options:
  130.  
  131. See the sample WIN.INI provided.
  132.  
  133. Keyboard:
  134.  
  135. Pressing a key while the screen is melting will cause a dialog box to
  136. appear that allows you to change and/or save the application parameters
  137. in addition to being able to shut down the application.
  138.  
  139. The following is a description of the dialog box:
  140.  
  141. The Time Interval group box containing the Minimum: and Maximum: edit
  142. fields allows you to adjust the amount of time MELT pauses between
  143. screen melts.  The group box can be reached directly via Alt-T.
  144.  
  145. The Repetitions group box containing the Count: edit field allows you
  146. to alter the total number of times that the screen will MELT.  It
  147. reflects the current number of repetitions pending, i.e. if you
  148. started out with 5, and have already experienced 2, then the number
  149. in the edit field will be 3.  The number -1 indicates infinite
  150. repetitions.  The group box can be reached directly via Alt-R.
  151.  
  152. The Save check box allows you to save any modifications you make to
  153. the parameters.  When it is checked, the parameters are stored in
  154. your WIN.INI file for use during your next Window session when you
  155. use the Ok button.  If it is not checked, then changes in the
  156. parameters will only affect the current session.  (Note: if you
  157. shutdown MELT, and then re-invoke it, it automatically reloads the
  158. parameters out of the WIN.INI file.)  The button can be reached
  159. directly via Alt-S.
  160.  
  161. The Ok button will close the dialog box and cause the new parameters
  162. to take affect and if the Save check box is checked, they are saved
  163. in the WIN.INI file.  The button can be reached directly via Alt-O or
  164. via the Enter key if it is highlighted.
  165.  
  166. The Cancel button will close the dialog box without altering the
  167. parameters nor saving them in the WIN.INI file even if the Save check
  168. box is checked.  The button can be reached directly via Alt-C or via
  169. the Escape key.
  170.  
  171. The Exit button will shutdown MELT and if the Save check box is
  172. checked, the parameters are saved to WIN.INI for later use.  The
  173. button can be reached directly via Alt-E.
  174.  
  175. Known Bugs:
  176.  
  177. Known Limitations:
  178.  
  179. Bug Fixes:
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187. ----------
  188. MS-Windows is a trademark of the Microsoft Corporation.
  189.